summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonlacer <jpsmock@outlook.com>2023-07-31 05:50:22 +0200
committerMoonlacer <jpsmock@outlook.com>2023-07-31 05:50:22 +0200
commitc6458970ad303236431586d0cee38e3af403553b (patch)
tree2972f813054582a96b44669f355ef5c27d081f03
parentFormatting fix (diff)
downloadyuzu-c6458970ad303236431586d0cee38e3af403553b.tar
yuzu-c6458970ad303236431586d0cee38e3af403553b.tar.gz
yuzu-c6458970ad303236431586d0cee38e3af403553b.tar.bz2
yuzu-c6458970ad303236431586d0cee38e3af403553b.tar.lz
yuzu-c6458970ad303236431586d0cee38e3af403553b.tar.xz
yuzu-c6458970ad303236431586d0cee38e3af403553b.tar.zst
yuzu-c6458970ad303236431586d0cee38e3af403553b.zip
-rw-r--r--src/video_core/vulkan_common/vulkan_device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp
index cd6b06999..11508688a 100644
--- a/src/video_core/vulkan_common/vulkan_device.cpp
+++ b/src/video_core/vulkan_common/vulkan_device.cpp
@@ -558,7 +558,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
!features.shader_float16_int8.shaderFloat16 &&
properties.properties.driverVersion >= VK_MAKE_API_VERSION(0, 2, 0, 258)) {
LOG_WARNING(Render_Vulkan,
- "AMD's GCN4 architecture has broken extendedDynamicState3ColorBlendEquation");
+ "AMD GCN4 has broken extendedDynamicState3ColorBlendEquation");
features.extended_dynamic_state3.extendedDynamicState3ColorBlendEnable = false;
features.extended_dynamic_state3.extendedDynamicState3ColorBlendEquation = false;
dynamic_state3_blending = false;